January 07, 2015
E911 VerifyAddress SOAP WebService
This function will return a unique ID for each correct address submitted. It will not charge your account in any way.
You can use this unique ID for the Provision E911 function . If no unique ID is given, then the E911 Provision will call the VerifyAddress function first and automatically generate a unique id.
Meta:
VerifyAddressWs(Username,Password,Address,City,State,Zip);
Sample usage:
Successful result:
Unsuccessful result (Address incorrect):
Unsuccessful result (Username or password incorrect)